home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / applications / patch / bmepatch.lha / bmepch.lha / bme_patch next >
Text File  |  1992-12-08  |  596b  |  29 lines

  1. echo "BME patch file"
  2. echo "Copyright 1992 Soft-Logik Publishing Corp."
  3. echo " "
  4. echo "This will convert BME 1.1.1 into BME 1.1.2."
  5. echo " "
  6. echo "The new program created by this patch"
  7. echo "is covered by the same licensing agreement"
  8. echo "as the old program from which the patches"
  9. echo "are being made."
  10. echo " "
  11. echo "Patching..."
  12. ;
  13. ;patch the executables
  14. lpatch -pbme.pch BME
  15. ;
  16. ;rename the old copy to .old
  17. rename BME as BME.old
  18. rename BME.info as BME.old.info
  19. ;
  20. ;rename the new copy
  21. rename BME.new as BME
  22. copy BME.old.info to BME.info
  23. ;
  24. ;cleanup
  25. delete lpatch
  26. ;
  27. echo " "
  28. echo " Finished."
  29.